home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / var / lib / dpkg / info / apport.preinst < prev    next >
Encoding:
Text File  |  2009-09-25  |  167 b   |  9 lines

  1. #!/bin/sh
  2.  
  3. set -e
  4.  
  5. if [ "$1" = "upgrade" -o "$1" = "install" ] && \
  6.     dpkg --compare-versions "$2" lt-nl 1.0-0ubuntu5; then
  7.     rm -f /etc/default/apport.default
  8. fi
  9.